Package pl. wendigo. chrome. api. heapprofiler
Contains DevTools Protocol HeapProfiler domain implementation accessible via HeapProfilerDomain class.
Types
AddHeapSnapshotChunkEvent
Link copied to clipboard
AddInspectedHeapObjectRequest
Link copied to clipboard
data class AddInspectedHeapObjectRequest(heapObjectId: HeapSnapshotObjectId)
Content copied to clipboard
Represents request frame that can be used with HeapProfiler#addInspectedHeapObject operation call.
GetHeapObjectIdRequest
Link copied to clipboard
GetHeapObjectIdResponse
Link copied to clipboard
data class GetHeapObjectIdResponse(heapSnapshotObjectId: HeapSnapshotObjectId)
Content copied to clipboard
Represents response frame that is returned from HeapProfiler#getHeapObjectId operation call.
GetObjectByHeapObjectIdRequest
Link copied to clipboard
data class GetObjectByHeapObjectIdRequest(objectId: HeapSnapshotObjectId, objectGroup: String?)
Content copied to clipboard
Represents request frame that can be used with HeapProfiler#getObjectByHeapObjectId operation call.
GetObjectByHeapObjectIdResponse
Link copied to clipboard
Represents response frame that is returned from HeapProfiler#getObjectByHeapObjectId operation call.
GetSamplingProfileResponse
Link copied to clipboard
HeapProfilerDomain
Link copied to clipboard
HeapSnapshotObjectId
Link copied to clipboard
HeapStatsUpdateEvent
Link copied to clipboard
LastSeenObjectIdEvent
Link copied to clipboard
data class LastSeenObjectIdEvent(lastSeenObjectId: Int, timestamp: Double) : Event
Content copied to clipboard
ReportHeapSnapshotProgressEvent
Link copied to clipboard
data class ReportHeapSnapshotProgressEvent(done: Int, total: Int, finished: Boolean?) : Event
Content copied to clipboard
SamplingHeapProfile
Link copied to clipboard
data class SamplingHeapProfile(head: SamplingHeapProfileNode, samples: List<SamplingHeapProfileSample>)
Content copied to clipboard
SamplingHeapProfileNode
Link copied to clipboard
data class SamplingHeapProfileNode(callFrame: CallFrame, selfSize: Double, id: Int, children: List<SamplingHeapProfileNode>)
Content copied to clipboard
SamplingHeapProfileSample
Link copied to clipboard
data class SamplingHeapProfileSample(size: Double, nodeId: Int, ordinal: Double)
Content copied to clipboard
StartSamplingRequest
Link copied to clipboard
StartTrackingHeapObjectsRequest
Link copied to clipboard
Represents request frame that can be used with HeapProfiler#startTrackingHeapObjects operation call.
StopSamplingResponse
Link copied to clipboard
StopTrackingHeapObjectsRequest
Link copied to clipboard
data class StopTrackingHeapObjectsRequest(reportProgress: Boolean?, treatGlobalObjectsAsRoots: Boolean?)
Content copied to clipboard
Represents request frame that can be used with HeapProfiler#stopTrackingHeapObjects operation call.
TakeHeapSnapshotRequest
Link copied to clipboard
data class TakeHeapSnapshotRequest(reportProgress: Boolean?, treatGlobalObjectsAsRoots: Boolean?)
Content copied to clipboard
Represents request frame that can be used with HeapProfiler#takeHeapSnapshot operation call.